home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 41
/
Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso
/
-seriously_amiga-
/
emulation
/
fmsx_2.1
/
arexx
/
faster.fmsx
next >
Wrap
Text File
|
1999-04-28
|
310b
|
19 lines
/* This is an ARexx script for use with fMSX Amiga.
$VER: faster.fmsx 2.1 (23.3.99)
This script changes the interruptperiod and refreshcycle parameters
so that fMSX runs a bit faster.
*/
options results
address FMSX.0
interruptperiod
interruptperiod result - 300
refreshcycle
refreshcycle result + 1